home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Online / hsc / docs-source / features / rplcent.hsc < prev    next >
Encoding:
Text File  |  1997-06-06  |  1.2 KB  |  32 lines

  1. <WEBPAGE chapter="hsc - Features - " title="Replace Entities"
  2.     PREV="uris.html"
  3.     NEXT="getsize.html"
  4.     QTEXT=("Go west<BR>"
  5.           +"Paradise is there<BR>"
  6.           +"You'll have all that you can eat<BR>"
  7.           +"Of milk & honey over there")
  8.     QAUTHOR='Natalie Merchant, "San Andreas Fault"'>
  9.  
  10. <P>Once upon a time, some guys invented ASCII. As these guys have been
  11. Americans, they did not care (or probably not even know) about the
  12. rest of the world and said: "128 different characters are enough." So,
  13. nowadays you still can't write and read a simple german umlaut within
  14. different computer systems.</P>
  15.  
  16. <P>But, thank god, the guys who perpetrated html, after about 30 years
  17. of a computer world without working umlauts, provide a solution to
  18. this tricky problem: Instead of typing "Ü", simply write
  19. <CODE>&Uuml;</CODE>. Congratulations, what a great idea! 7 bit
  20. rulez!</P>
  21.  
  22. <p>So as consequence of this prehistoric {beep}, <hsc> can replace
  23. special characters in the hsc-source with its entities in the
  24. html-object. You just need to enable the <A
  25. HREF=":options.html">RPLCENT</A> switch. </P>
  26.  
  27. <P><STRONG>Note:</STRONG>This only works for special
  28. characters that have been defined with <ln_defent> in
  29. <hsc.prefs></P>
  30.  
  31. </WEBPAGE>
  32.